Extension point remotableSeamBeans
Documentation
Registers JS Remotable Seam Beans by their names
Contribution Descriptors
- Class: org.nuxeo.ecm.platform.ui.web.seamremoting.RemotableSeamBeansDescriptor
Existing Contributions
Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.
-
<extension point="remotableSeamBeans" target="org.nuxeo.ecm.platform.ui.web.SeamRemotingJSBuilderComponent"> <remotableSeamBeans> <beans> <bean>clipboardActions</bean> </beans> </remotableSeamBeans> </extension>
-
<extension point="remotableSeamBeans" target="org.nuxeo.ecm.platform.ui.web.SeamRemotingJSBuilderComponent"> <remotableSeamBeans> <beans> <bean>FileManageActions</bean> <bean>workspaceActions</bean> <bean>documentActions</bean> <bean>popupHelper</bean> </beans> </remotableSeamBeans> </extension>
-
<extension point="remotableSeamBeans" target="org.nuxeo.ecm.platform.ui.web.SeamRemotingJSBuilderComponent"> <remotableSeamBeans> <beans> <bean>previewActions</bean> </beans> </remotableSeamBeans> </extension>